home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / cshx86.zip / README < prev    next >
Text File  |  1993-04-14  |  5KB  |  123 lines

  1. Hamilton C shell(tm) Installation 2.1 for Windows NT
  2. Copyright (c) 1988-1993 by Hamilton Laboratories.  All rights reserved.
  3.  
  4.  
  5. This file describes how to install Hamilton C shell on Windows NT(tm).
  6.  
  7. If you have problems, please contact us for help.  We can be reached as
  8. follows:
  9.  
  10.          phone:   508-358-5715         FAX:  508-358-1113
  11.    BIX Network:   hamilton        MCI Mail:  389-0321
  12.          Telex:   6503890321      Internet:  3890321@mcimail.com
  13.            CIS:   70034,2025
  14.  
  15. When you've finished the installation, please mail in or FAX the registration
  16. form.  This lets us know who you are so we can send updates and your feedback
  17. helps us to better meet your needs in the future.
  18.  
  19. Please refer to the file readme.too for additional release notes.
  20.  
  21.  
  22. System Requirements:
  23.  
  24.  
  25.    Installation requires a 386-, 486- or Pentium-based machine running Windows NT
  26.    build 404 (March Beta) or later.  Roughly 2 MB of disk space is used.
  27.  
  28.  
  29. Basic Installation:
  30.  
  31.  
  32.    1. Copy the contents of the bin and samples directories onto your hard
  33.       disk, putting them anywhere you like.  (Notice that the bin directory
  34.       is too big to fit on one diskette; you have to merge the two halves.)
  35.  
  36.  
  37.    2. Copy the login.csh and startup.csh files into any directory you care
  38.       to designate as your "home" directory.  The significance of a home
  39.       directory is principally that it will be convenient to specify
  40.       pathnames relative to this directory.
  41.  
  42.  
  43.    3. Edit the login.csh and startup.csh files, customizing them to meet
  44.       your needs.  The login.csh file has a lot of comments in it which
  45.       can take the shell a second or more to read each time it starts up;
  46.       you'll almost certainly want to delete some of these comments once
  47.       you've read them so the shell will start up faster.
  48.  
  49.  
  50.    4. Edit the environment variables by opening the Control Panel and then,
  51.       within that, opening the system icon.
  52.       
  53.       To define a variable through the Control Panel, type the variable name
  54.       in the "Variable:" fill-in box, the value in the "Value:" box and
  55.       click on the "Set" button.
  56.  
  57.       a. Create or edit your entry for the Path variable, adding the full
  58.          pathnames for the C shell's bin and samples directories to the list.
  59.  
  60.       b. Create an entry for the HOME environment variable, setting its value
  61.          as the full pathname of the directory where you placed login.csh and
  62.          startup.csh.
  63.  
  64.       c. You may also want to include definitions for TABS and COLORS.  The
  65.          shell and all the utilities look for TABS to see if you want them
  66.          to display text with tabs expanded out to something other than the
  67.          default of every 8 characters.
  68.  
  69.          By default, the C shell displays white characters on a black
  70.          background.  The COLORS variable lets you choose a combination from
  71.          this set: black, red, green, yellow, blue, magenta (or blue red),
  72.          cyan (or blue green) and white.  Foreground collows may also be
  73.          bright, dim, blink or reverse.  The keyword "on" introduces
  74.          background colors.  (Blink only causes true blinking full-screen;
  75.          in a text window, it just makes the background brighter.  Also,
  76.          yellow is a true yellow only if it's bright.  These are system
  77.          limitations not related to the C shell.)
  78.  
  79.          Other color settings you might want to specify now or at some later
  80.          time through the Control Panel are MOREPROMPT, MOREFILLIN and
  81.          MOREERROR (for customizing the more utility's command line) and
  82.          DELETIONS and ADDITIONS (for customizing the diff utility).
  83.  
  84.          For more information on setting screen colors, please refer to the
  85.          the colors.csh file in the samples directory or to the Customization
  86.          chapter in the User Manual.
  87.  
  88.       Here's an example of the settings you might specify:
  89.  
  90.          HOME=d:\doug
  91.          PATH=d:\hamilton\bin;d:\hamilton\samples
  92.          COLORS=white on blue
  93.          TABS=3
  94.          ADDITIONS=bright white on green
  95.          DELETIONS=bright white on red
  96.          MOREPROMPT=red on white
  97.          MOREFILLIN=black
  98.          MOREERROR=bright white on red
  99.  
  100.  
  101.    5. Add csh.exe with the title "Hamilton C shell" to the Program Manager.
  102.       To do this, pull-down "File" and select "New".   A pop-up will appear
  103.       asking that you confirm this will be a new Program Item.  On the next
  104.       pop-up, fill in:
  105.  
  106.          Description:      Hamilton C shell
  107.          Command Line:     ....as appropriate....\csh.exe -L
  108.  
  109.       The "-L" part tells csh.exe when it starts up that it's a "login"
  110.       shell, which means it should look for a login.csh file.  (Refer to
  111.       the User Guide for additional information on other options.)
  112.  
  113.  
  114.    6. Logout of your Windows session and then log back in to cause all the new
  115.       settings to take effect.
  116.  
  117.  
  118. The files on this diskette are licensed material, property of Hamilton
  119. Laboratories, Wayland, Massachusetts.
  120.  
  121. Windows NT is a trademark of Microsoft Corporaton.  Hamilton C shell is
  122. a trademark of Hamilton Laboratories.
  123.